Use PEGetReportVersion to retrieve the PEVersionInfo structure associated with the print job. The PEVersionInfo structure contains the reports version information.
BOOL CRPE_API PEGetReportVersion( short printJob, PEVersionInfo FAR* pVersionInfo )
Specifies the print job from which you want to get the report version info. | |
Specifies a pointer to PEVersionInfo |
Declare Function PEGetReportVersion Lib "crpe32.dll" (ByVal printJob%, pVersionInfo As PEVersionInfo) As Integer
function PEGetReportVersion( printJob : Smallint; var pVersionInfo : PEVersionInfo): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |